PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setCloseAction Method
An action to be performed when the page is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).
In This Topic
    setCloseAction Method
    In This Topic
    Sets the page close action.
    Syntax
    public void setCloseAction( 
       PDFAction closeAction
    )

    Parameters

    closeAction
    An action to be performed when the page is closed (for example, when the user navigates to the next or previous page, or follows a link annotation or outline item).
    See Also